html {
    font-size: 10px;
}

body {
    padding-top: 223px;
}

.a {
    position: fixed !important;
    top: 160px !important;
    width: 58% !important;
    z-index: 9999;
    left: 30%;
}

.daohang {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.daohang.active .header_1 {
    display: none;
    transition: all .6s;
}

.header_1 {
    height: 43px;
    line-height: 43px;
    background-color: #666666;
}

.daohang.active .header_2 {
    padding: 0px;
    height: 100px;
    padding: 4px 0;
    transition: all .6s;
}

.header_1_ul li {
    float: left;
    padding-right: 35px;
}

.header_1_ul li a img {
    margin-right: 15px;
}

.header_1_ul li a {
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0.85;
}

.header_1_fr_ul.header_1_ul li:last-child {
    padding-right: 0;
}

.header_1_fr_ul.header_1_ul li a span:nth-child(1) {
    margin-right: 15px;
}

.header_1_fr_ul.header_1_ul li:hover a span:nth-child(1) {
    color: #ffffff !important;
}

.header_2 {
    height: 120px;
    background-color: #ffffff;
    padding: 16px 0;
    line-height: 88px;
}


/* .pc_logo {
margin-right: 28px;
} */

.ver_align {
    display: table;
    height: 92px;
}

.ver_align1,
.ver_align2,
.ver_align3 {
    display: table-cell;
    vertical-align: middle;
}

.ver_align1 div {
    border-left: 2px solid rgba(0, 0, 0, .71);
    padding-left: 33px;
    margin-left: 20px;
}

.ver_align1 a:nth-child(1) {
    font-size: 2.5rem;
    line-height: 40px;
    color: #004f9f;
    font-weight: 600;
}

.ver_align1 a:nth-child(2) {
    font-size: 1.8rem;
    line-height: 32px;
    letter-spacing: 12px;
    color: #004f9f;
}

.erweima {
    margin-left: 70px;
}

.ver_align2 div {
    font-family: PingFang-SC-Heavy;
    font-size: 3rem;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    color: #004f9f;
}

.ver_align3 div {
    font-size: 1.6rem;
    line-height: 24px;
    color: #181818;
}

.ver_align3 .iconfont {
    font-size: 22px;
    color: #181818;
    text-align: center;
}

.header_3 {
    height: 60px;
    background-color: #669dc6;
}

.header_3_center {
    width: 100%;
}

.header_3_ul {
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.header_3_ul>li {
    display: inline-block;
    padding: 20px 0;
    position: relative;
}

.header_3_ul>li>a {
    padding: 0px 50px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .39);
}

.header_3_ul>li:last-child a {
    border: none;
}

.header_3_ul>li.active {
    position: relative;
}

.header_3_ul>li.active::before {
    content: "";
    display: block;
    height: 4px;
    background-color: #eb8137;
    width: 100%;
    position: absolute;
    bottom: 4px;
    left: 0;
}

.header_3_ul>li:hover a {
    color: #fff !important;
}

.header_3_ul>li::before {
    content: "";
    display: block;
    height: 4px;
    background-color: #eb8137;
    width: 0;
    position: absolute;
    bottom: 4px;
    left: 0;
}

.header_3_ul>li:hover::before {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    width: 100%;
}

.div-uls {
    width: 100%;
    background: #fff;
    z-index: 55;
    display: none;
    left: 0;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    top: 60px;
}

.pa {
    position: absolute;
}

.div-uls .ul1 li a {
    display: block;
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    height: 40px;
    color: #000 !important;
}

.div-uls .ul1 {
    padding: 20px 0;
}

.div-uls .ul1 li:hover a {
    color: #004f9f !important;
}

.header_3_ul>li {
    position: relative;
}

.header_3_ul>li:nth-child(4) .div-uls {
    width: 120%;
    left: -10%;
}


/* 
.header_3_ul>li.active,
.header_3_ul>li:hover {
    box-shadow: inset 0 0 0 40px #00b26a;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
} */

.header_3_ul>li:hover .div-uls {
    display: block;
}


/* 手机导航 */

.phonenav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    background: #fff;
    line-height: 49px;
    display: none;
}

.phone_foot {
    display: none;
}


/* 菜单 */

.phone {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
}

.index_a {
    display: inline-block;
}

.phone .wid {
    float: left;
}

.phone .wid>a {
    display: inline-block;
}

.color_dao .iconfont {
    color: #ba9657;
    font-size: 25px;
    margin: 0 5px;
}

.color_dao {
    line-height: 49px;
}

.color_dao .daohang_sp {
    position: relative;
    top: -7px;
    font-size: 25px;
}

.color_a {
    font-size: 25px;
    position: relative;
    top: -7px;
}

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #eff2f6;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
    line-height: 35px;
    color: #646060;
    font-size: 20px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
    font-size: 20px;
}

.sidebar-menu__list {
    position: fixed;
    top: 65px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #cec7c7;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 15px 25px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #000 !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.phonenav .side-menu-trigger .iconfont {
    font-size: 30px;
}


/* 搜索 */

.serch_line {
    background: #e67a19;
    width: 100%;
    height: 2px;
}

.searchbox {
    background: #fff;
    width: 100%;
    top: 84px;
    text-align: center;
    z-index: 999;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 14px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
    box-sizing: border-box;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #e67a19;
    background-blend-mode: normal, normal;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

.ac,
.header_search {
    height: 75px;
}


/* banner */

.banner_text {
    position: absolute;
    top: 65%;
    left: 55%;
    width: 36%;
    z-index: 99;
}

.banner_text .banner_text_div1 {
    font-size: 8rem;
    line-height: 100px;
    letter-spacing: 0px;
    color: #181818;
    font-weight: bold;
}

.banner_text .banner_text_div2 {
    font-size: 2.7rem;
    line-height: 40px;
    color: #666666;
    margin-top: 15px;
}

.banner_text .banner_text_div2 a {
    margin-right: 20px;
}

.search {
    width: 100%;
    margin-top: 40px;
}

.search_con {
    position: relative;
}

.banner {
    position: relative;
}

.search_con input {
    width: 98%;
    height: 70px;
    background-color: rgba(255, 255, 255, .79);
    border-radius: 50px;
    border: none;
    padding-left: 38px;
    font-size: 2rem;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.37);
    border: 1px solid rgba(255, 255, 255, .9);
}

.search_con .iconfont {
    position: absolute;
    top: 10px;
    right: 50px;
    font-size: 34px;
    cursor: pointer;
}

.search_con button,
.neiye_search_con button {
    background-color: transparent;
    border: none;
}

.banner_swiper .swiper-pagination-bullet {
    width: 35px;
    height: 11px;
    background-color: #d2d2d2;
    opacity: 1;
    border-radius: 0;
}

.banner_swiper .swiper-pagination-bullet-active {
    width: 86px;
    background-color: #004f9f;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 50px;
}


/* 首页的产品 */

.index_pro_fr_ul li {
    position: relative;
    float: left;
    box-shadow: -9px 13px 49px 1px rgba(0, 0, 0, 0.05);
    border: solid 1px rgba(0, 0, 0, 0.09);
}

.index_pro_fr_ul li:nth-child(1) {
    width: 57.3%;
}

.index_pro_fr_ul li:nth-child(2) {
    width: 40.7%;
    margin-left: 2%;
}

.index_pro_fr_ul li:nth-child(3) {
    width: 40.7%;
    margin-top: 12px;
}

.index_pro_fr_ul li:nth-child(4) {
    width: 57.3%;
    margin-left: 2%;
    margin-top: 12px;
}

.index_pro_list_fl {
    width: 37.34%;
    margin-right: 1.32%;
}

.phone_index_pro_list {
    display: none;
}

.index_pro_list_fr {
    width: 61.32%;
}

.index_pro_li_text {
    position: absolute;
    top: 25px;
    left: 50px;
}

.index_pro_li_text .index_pro_li_text_div1 {
    font-size: 3rem;
    line-height: 40px;
    color: #181818;
}

.subtitle {
    font-size: 1.6rem;
    line-height: 24px;
    color: #666666;
}

.index_pro_list_fl .index_pro_li_text .index_pro_li_text_div1 a,
.index_pro_list_fl .index_pro_li_text .subtitle {
    color: #fff;
}

.title {
    font-size: 4rem;
    line-height: 60px;
    color: #181818;
    font-weight: 600;
}

.title span {
    color: #043e88;
}

.index_pro {
    margin: 74px 0 84px 0;
}

.index_pro_list {
    margin-top: 60px;
}


/* 解决平台 */

.jiejue_con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jiejue_con .index_title {
    padding: 70px 0 80px;
}

.jiejue_div_title {
    font-size: 2.4rem;
    /* font-weight: 600; */
    line-height: 40px;
    color: #004f9f;
}

.jiejue_div_con {
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.jiejue_div {
    position: absolute;
    width: 230px;
}

.jiejue_div1 {
    bottom: 23%;
    right: 20%;
}

.jiejue_div2 {
    bottom: 45%;
    right: 26%;
}

.jiejue_div3 {
    top: 33%;
    right: 43.5%;
}

.jiejue_div4 {
    top: 45%;
    left: 27%;
}

.jiejue_div5 {
    bottom: 24%;
    left: 19.5%;
}

.jiejue_div_div {
    position: absolute;
    width: 120px;
    height: 120px;
}

.jiejue_div_div img {
    border: solid 1px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
}

.jiejue_div6 {
    bottom: 20%;
    right: 33%;
}

.jiejue_div7 {
    bottom: 36%;
    right: 36%;
}

.jiejue_div8 {
    top: 45%;
    right: 46%;
}

.jiejue_div9 {
    bottom: 37%;
    left: 37%;
}

.jiejue_div10 {
    bottom: 21%;
    left: 32%;
}

.jiejue_dibu {
    position: absolute;
    bottom: 55px;
    width: 100%;
    left: 0;
}

.jiejue_dibu_left_con div:nth-child(1) {
    font-size: 2.2rem;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
}

.jiejue_dibu_left_con div:nth-child(2) {
    font-size: 1.8rem;
    line-height: 30px;
    color: #ffffff;
}

.jiejue_dibu_right_ul li {
    float: left;
    margin-left: 40px;
    color: #fff;
}

.jiejue_dibu_right_ul li div {
    font-size: 1.6rem;
    line-height: 24px;
    color: #ffffff;
}

.jiejue_dibu_right_ul li .iconfont {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}


/* 在线咨询 */

.baozhang {
    background: url(../img/7.jpg) no-repeat;
    background-size: 100% 100%;
    /* height: 245px; */
    padding: 45px 0 50px 0;
}

.baozhang_fl_div1 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 174px;
    background-color: #0068b7;
    border-radius: 21px;
    text-align: center;
}

.baozhang_fl_div2 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    z-index: 9;
    margin: 18px 0 0 0;
}

.baozhang_fl_div2::before {
    position: absolute;
    bottom: -10px;
    z-index: -1;
    height: 19px;
    background-color: #0068b7;
    width: 87%;
    content: "";
}

.baozhang_fr_div3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
}

.baozhang_lianxi {
    margin: 30px 125px 0 0;
}

.baozhang_lianxi .iconfont {
    width: 39px;
    height: 39px;
    background-color: #ffffff;
    line-height: 39px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    margin-right: 22px;
}

.baozhang_lianxi .fr div:nth-child(1) {
    font-size: 1.6rem;
    line-height: 30px;
    color: #ffffff;
}

.baozhang_lianxi .fr div {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
}

.zoujin {
    margin-top: 50px;
}

.zoujin_fl_con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.zoujin .fl,
.zoujin .fr {
    width: 50%;
}

.zoujin_anker_m50 {
    width: 45%;
    text-align: justify;
    font-family: PingFang-SC-Regular;
    font-size: 1.8rem;
    padding-top: 105px;
}

.zouijn_fl_con {
    padding-top: 40px;
    line-height: 35px;
}

.zoujin_fl_con .more {
    color: #666666;
}


/* 工程案例 */

.gongcheng {
    padding: 100px 0 38px;
}

.gongcheng_con {
    margin-top: 35px;
}

.gongcheng_div2_left {
    width: 50%;
    padding: 55px 0 95px;
    background-color: rgba(102, 157, 198, 0.92);
}

.m80 {
    width: 70%;
    margin: 0 auto;
}

.m80 .swiper-slide {
    border: 1px solid #dbe7f1;
}

.gongcheng_div2_swiper {
    width: 100%;
    margin: 70px auto 0;
    /* padding: 0 10%; */
}

.gongcheng_swiper_con {
    padding: 12px 0;
    font-size: 2.2rem;
    color: #181818;
    cursor: pointer;
}

.gongcheng_swiper .swiper-slide.active .gongcheng_swiper_con {
    background-color: #0068b7;
    color: #fff;
}

.gongcheng_div2_con {
    display: none;
}

.gongcheng_div2_con_show {
    display: block;
}

.gongcheng_div2_icon {
    padding: 15px 44px 15px 30px;
    background-color: #eb8137;
    display: inline-block;
    margin-left: -30px;
}

.gongcheng_div2_icon span:nth-child(2) {
    font-size: 2rem;
    line-height: 26px;
    color: #ffffff;
}

.gongcheng_div2_icon span:nth-child(1) {
    font-size: 2.6rem;
    line-height: 24px;
    color: #ffffff;
    margin-right: 10px;
}

.gongcheng_div2_p60 {
    padding: 30px 60px 0;
}

.gongcheng_div2_name {
    font-size: 2rem;
    line-height: 30px;
    color: #ffffff;
}

.gongcheng_div2_con_con {
    font-size: 1.6rem;
    line-height: 25px;
    color: #ffffff;
    margin-top: 20px;
}

.gongcheng_div2 .swiper-button-next,
.gongcheng_div2 .swiper-button-prev {
    background-size: 12px 14px;
    background-color: #dcdcdc;
    background-color: #0068b7;
    border: solid 2px #ffffff;
    opacity: 1;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
}

.m80 .swiper-button-disabled {
    background-color: #dcdcdc;
}

.gongcheng_div2 .swiper-button-next {
    right: -13px;
}

.gongcheng_div2 .swiper-button-prev {
    left: -13px;
}


/* 首页新闻中心 */

.index_news {
    background-color: #f3f3f3;
    padding: 85px 0 113px 0;
}

.index_news .index_news_bottom {
    margin-top: 38px;
}

.index_news_list {
    padding: 25px 40px 29px 30px;
    background-color: #ffffff;
    border: solid 1px rgba(183, 183, 183, 0.43);
    cursor: pointer;
}

.index_news_bottom .col-md-6:nth-child(1):hover .index_news_list,
.index_news_bottom .col-md-6:nth-child(2) .index_news_list:hover {
    color: #fff !important;
    border: 1px solid #004f9f;
    box-shadow: inset 0 0 0 7rem #004f9f;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.index_news_bottom .col-md-6:nth-child(1):hover .index_news_list .index_news_title,
.index_news_bottom .col-md-6:nth-child(1):hover .index_news_list .index_new_con,
.index_news_bottom .col-md-6:nth-child(1):hover .index_news_list .fl div:nth-child(1),
.index_news_bottom .col-md-6:nth-child(1):hover .index_news_list .fl div:nth-child(2),
.index_news_bottom .col-md-6:nth-child(2) .index_news_list:hover .index_news_title,
.index_news_bottom .col-md-6:nth-child(2) .index_news_list:hover .index_new_con,
.index_news_bottom .col-md-6:nth-child(2) .index_news_list:hover .fl div:nth-child(1),
.index_news_bottom .col-md-6:nth-child(2) .index_news_list:hover .fl div:nth-child(2) {
    color: #fff !important;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.index_news_bottom .col-md-6 .index_news_list:hover .fl {
    border-right: 1px solid rgba(255, 255, 255, .4);
}

.index_news_list .fl {
    border-right: 1px solid rgba(0, 0, 0, .11);
    width: 15%;
    padding: 0 4% 0 0;
}

.index_news_list .fr {
    width: 85%;
    padding-left: 40px;
}

.index_news_list .fl div:nth-child(1) {
    font-size: 3.2rem;
    line-height: 40px;
    color: #666666;
    font-weight: 600;
    padding-left: 10px;
}

.index_news_list .fl div:nth-child(2) {
    font-size: 1.4rem;
    color: #666666;
    margin-top: 10px;
}

.index_news_title {
    font-size: 1.6rem;
    line-height: 22px;
    color: #181818;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_new_con {
    font-size: 1.2rem;
    line-height: 20px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
}

.index_news_bottom .col-md-6:nth-child(1) .index_news_list {
    margin-bottom: 35px;
    padding: 32px 40px 31px 30px;
}
.index_news_bottom .col-md-6:nth-child(2) .index_news_list {
    margin-bottom: 35px;
    padding: 32px 40px 31px 30px;
}

.index_news_bottom .col-md-6:nth-child(2) .index_news_list:last-child {
    margin-bottom: 0;
}


/* 案例页面内页 */

.neiye_text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    width: 100%;
}

.neiye_text_div1 {
    padding: 0 10%;
    line-height: 75px;
    background-color: #fff;
    border-radius: 38px;
    height: 75px;
    display: inline-block;
}

.neiye_text_div1 span {
    font-size: 3.6rem;
    font-weight: bold;
    color: #004f9f;
    position: relative;
    background-color: #fff;
    padding: 0 20px;
    z-index: 9;
}

.neiye_text_div1 span::before {
    width: 180%;
    height: 2px;
    background-color: #004f9f;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40%;
    z-index: -1;
}

.neiye_text_div2 {
    font-size: 3.6rem;
    margin-top: 30px;
    letter-spacing: 10px;
    line-height: 50px;
    color: #fefefe;
    text-shadow: 3px 3px 3px #000;
    display: none;
}

.list_pro_chakan {
    display: table;
    margin: 0 auto 20px;
}

.list_pro_chakan1 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.list_pro_chakan a,
.list_pro_chakan1 a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #669dc6;
    display: inline-table;
    text-align: center;
}

.list_pro_chakan a:nth-child(1) {
    margin-right: 15px;
    background-color: #669dc6;
    border: 1px solid #669dc6;
    color: #fff;
}


/* 内页二级导航 */

.neiye_sousuo {
    background-color: #f2f2f2;
    border-radius: 4px;
    line-height: 85px;
}

.neiye_sousuo .fl {
    font-size: 1.4rem;
    color: #181818;
}

.neiye_sousuo .fl a {
    margin-right: 15px;
}

.neiye_search {
    line-height: 85px;
    width: 289px;
}

.neiye_search input {
    height: 35px;
    width: 100%;
    border: none;
    padding-left: 15px;
    font-size: 1.2rem;
    line-height: 35px;
    color: #666666;
}

.neiye_search_con .iconfont {
    position: absolute;
    top: 0;
    right: 15px;
}

.neiye_erji .container>div {
    line-height: 50px;
    border-bottom: 2px solid rgba(0, 0, 0, .12);
}

.neiye_erji a {
    font-size: 1.4rem;
    color: #181818;
}

.neiye_erji_con {
    position: relative;
    margin-left: 19px;
}

.neiye_erji_con::before {
    position: absolute;
    left: -19px;
    top: 15px;
    content: "";
    display: block;
    width: 9px;
    height: 19px;
    background-color: #004f9f;
}


/* 尾部 */

.news_xq_fx {
    margin-top: 20px;
}

.bdshare-button-style0-16 {
    zoom: 1;
}

.bdsharebuttonbox span {
    /* line-height: 40px; */
    display: inline-block;
    font-size: 1.8rem;
}

.bdsharebuttonbox .iconfont {
    background: #e17a1d !important;
    font-size: 3rem !important;
    color: #fff !important;
    margin: 0 !important;
    margin-right: 10px !important;
    padding-left: 0 !important;
    float: none !important;
    width: 40px !important;
    height: 40px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    line-height: 40px !important;
}

.bdsharebuttonbox a {
    display: inline-block !important;
    border-radius: 50%;
}

.bdsharebuttonbox a:nth-child(3) {
    border-radius: 50%;
    border: 1px solid #c5c5c5;
}

.weibu {
    background-color: #434343;
    padding: 70px 0 0px;
}

.weibu_div1 {
    width: 43.4%;
    padding-right: 75px;
}

.weibu_div2 {
    width: 21.1%;
}

.weibu_div2 .weibu_ul li.active .iconfont {
    transform: rotate(-90deg);
    display: inline-block;
}

.weibu_div2 .weibu_title {
    text-align: center;
}

.weibu_div2 .weibu_ul {
    border-left: 1px solid rgba(255, 255, 255, .24);
    border-right: 1px solid rgba(255, 255, 255, .24);
    padding-left: 28%;
}

.weibu_div3 {
    width: 35.5%;
    padding-left: 70px;
}

.weibu_title {
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #ffffff;
}

.weibu_con {
    line-height: 28px;
    color: #fefefe;
}

.weibu_con,
.weibu_ul,
.weibi_div3_ul {
    padding: 35px 0 0 0;
}

.weibu_ul,
.weibi_div3_ul,
.weibu_con {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
}

.weibu_ul li {
    margin-bottom: 10px;
}

.weibu_ul li a {
    color: #ffffff;
}

.weibu_ul li a span:nth-child(1) {
    margin-right: 15px;
    font-size: 20px;
}

.weibu_ul li.active a {
    color: #669dc6;
}

.weibu li:hover a,
.weibu a:hover {
    color: #669dc6 !important;
}

.weibi_div3_ul {
    line-height: 48px;
    color: #ffffff;
}

.weibi_div3_ul li .iconfont {
    font-size: 2.5rem;
    margin-right: 20px;
}

.beian {
    border-top: 1px solid rgba(255, 255, 255, .24);
    line-height: 64px;
}

.beian a {
    color: #fff;
}

.weibu_top {
    padding-bottom: 40px;
}

.yqlj {
    font-size: 1.4rem;
    line-height: 16px;
    color: #ffffff;
    margin-top: 70px;
}

.yqlj a {
    color: #fff;
    margin-left: 15px;
}


/* 右侧导航栏 */

.rightfix {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 70px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dee2e7;
    background: #fff;
    display: block;
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 70px;
    cursor: pointer;
    height: 70px;
    padding: 0px 0;
    background: #669dc6;
    margin-bottom: 0px;
    color: #ffffff;
    border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 30px;
    color: #fff;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 70px;
    -o-transform: scale(0);
    position: absolute;
    color: #6a6a6a;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 70px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 140px;
    font-size: 1.6rem;
}

.fix_ul li:hover {
    background: #669dc6;
}

.fix_ul li:hover {
    background: #669dc6;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #fff;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 70px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.right_div div {
    height: 30px;
    line-height: 30px;
}


/* 案例详情 */

.article_anli {
    padding: 40px 0 66px;
}

.anli_title {
    font-size: 3rem;
    line-height: 40px;
    color: #181818;
}

.anli_time {
    display: table;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 26px;
    color: #666666;
    padding: 15px 0 35px;
}

.anli_time span:nth-child(1) {
    margin-right: 30px;
}

.anli_zhaiyao {
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    display: none;
}

.anli_zhaiyao_con {
    line-height: 70px;
    padding-left: 34px;
    font-size: 1.6rem;
    color: #666666;
}

.anli_zhaiyao_con span:nth-child(1) {
    font-size: 1.6rem;
    color: #181818;
}

.anli_con {
    padding-top: 50px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #181818;
}

.anli_con_img {
    margin: 30px 0;
}

.anli_tuijian {
    background-color: #eeeeee;
    padding: 38px 76px;
    margin: 30px 0 60px 0;
}

.anli_tuijian_title {
    font-size: 2.6rem;
    line-height: 54px;
    color: #181818;
    font-family: PingFang-SC-Bold;
}

.anli_tuijian_ul li {
    font-size: 1.8rem;
    color: #181818;
    line-height: 54px;
    border-top: 2px solid rgba(242, 242, 242, 0.12);
    cursor: pointer;
}

.anli_tuijian_ul li:hover .fl,
.anli_tuijian_ul li:hover .iconfont {
    color: #004f9f;
}

.shangxia a {
    font-size: 1.3rem;
    color: #666666;
}

.shangxia div {
    line-height: 30px;
}

.shangxia .shang:hover .iconfont,
.shangxia .xia:hover .iconfont {
    color: #004f9f;
}


/* 产品详情详情页 */

.article_pro {
    margin: 33px 0 110px;
}

.article_fl {
    width: 19%;
}

.article_fr {
    width: 78%;
}

.article_pro_fl {}

.article_pro_fl_con {
    font-size: 2.2rem;
    line-height: 30px;
    background-color: #004f9f;
    padding: 25px 0;
    color: #ffffff;
    padding-left: 30px;
}

.article_pro_fl_ul .article_pro_fl_ul_li {
    margin-block-start: 5px;
}

.article_pro_fl_ul .article_pro_fl_ul_li a {
    padding-left: 1.6rem;
    line-height: 50px;
    font-size: 1.6rem;
    color: #181818;
}

.article_pro_fl_ul_ul {
    display: none;
    border-top: 2px solid #fff;
}

.article_pro_fl_ul .article_pro_fl_ul_li.active .article_pro_fl_ul_ul {
    display: block;
}

.article_pro_fl_ul>li.active>a {
    background-color: #669dc6;
    display: block;
    padding-left: 30px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

.article_pro_fl_ul_ul li {
    margin-bottom: 1px;
    background-color: #f3f1f1;
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
}

.article_pro_fl_ul_ul li.active a {
    color: #004f9f;
}

.article_pro_fl_ul_ul li>a {
    padding: 0 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article_pro_fl_ul>li:hover>a {
    background-color: #669dc6;
}

.article_pro_fl_ul>li {
    background-color: #e5e5e5;
    font-size: 1.6rem;
    line-height: 50px;
    color: #383838;
    display: block;
    margin-bottom: 3px;
}

.article_pro_fl_ul>li>a {
    padding-left: 30px;
}

.article_pro_fl_ul>li a {
    color: #383838;
    display: block;
}

.article_pro_fl_ul>li.active {
    padding: 0;
}

.article_pro_fl_ul>li.active .article_pro_fl_ul_ul {
    display: block;
}

.article_pro_fl_ul>li:last-child {
    padding: 0;
    text-align: center;
    background-color: #004f9f;
}

.article_pro_fl_ul>li:last-child .article_pro_phone {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    padding: 30px 0;
}

.article_fr_div1 .fl {
    width: 40%;
}

.article_fr_div1 .fr {
    width: 6 0%;
}

.article_pro_jiantou .swiper-button-next,
.article_pro_jiantou .swiper-button-prev {
    top: 90%;
    height: 80px;
    width: 30px;
    background-color: #f7f7f7;
    border: solid 1px #eceaea;
    margin-top: -34px;
    background-size: 15px 44px;
    opacity: 1;
}

.article_pro_lunbo_bottom .gallery-thumbs {
    margin: 20px auto 0;
    width: 83%;
}

.article_pro_jiantou .swiper-button-next,
.article_pro_jiantou .swiper-container-rtl .swiper-button-prev {
    right: 16px;
}

.article_pro_jiantou .swiper-button-prev,
.article_pro_jiantou .swiper-container-rtl .swiper-button-next {
    left: 14px;
}

.article_pro_lunbo_bottom .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: solid 1px #17469e;
}

.gallery-top,
.article_pro_lunbo_bottom .gallery-thumbs .swiper-slide {
    border: solid 1px #b7b7b7;
}

.gallery-top .swiper-slide div {
    padding: 30px 0;
}

.article_pro_title {
    font-size: 3rem;
    line-height: 50px;
    color: #004f9f;
    border-bottom: 1px solid rgba(0, 0, 0, .32);
}

.article_pro_title span {
    border-bottom: 1px solid #eb8137;
    display: inline-block;
}

.article_pro_con,
.article_ferx span {
    padding-top: 25px;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    color: #181818;
}

.article_pro_con .more {
    margin-top: 15px;
    background-color: #1a549c;
    color: #fff;
    border: 1px solid #004f9f;
}

.article_pro_con .more:hover {
    background-color: #fff !important;
    color: #004f9f !important;
    border: 1px solid #004f9f;
    box-shadow: inset 0 0 0 3rem #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.article_pro_con {
    padding-top: 15px !important;
}

.article_pro_con span {
    color: #000;
    font-weight: 600;
}

.article_pro_con div {
    margin-top: 20px;
}

.article_ferx {
    margin-top: 3rem;
    font-size: 3rem;
    color: #004f9f;
    font-weight: 600;
    display: none;
}

.more {
    width: 155px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #ababab;
    font-size: 1.3rem;
    color: #181818;
    display: block;
    text-align: center;
    line-height: 44px;
    margin-top: 40px;
}

.banner .more:hover,
.more:hover,
.list_anli .row:hover .more {
    /* background: #1a549c; */
    color: #fff !important;
    border: 1px solid #004f9f;
    box-shadow: inset 0 0 0 3rem #004f9f;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.article_fr_div2 {
    margin-top: 130px;
}

.article_fr_div2_ul li,
.yunpingtai_swiper .swiper-slide,
.article_fr_div2_ul1 li {
    width: 25%;
    float: left;
    line-height: 60px;
    background-color: #f4f4f4;
    font-size: 2rem;
    color: #181818;
    text-align: center;
    cursor: pointer;
}

.article_fr_div2_ul1 {
    margin-bottom: 30px;
}

.yunpingtai_swiper {
    background-color: #f4f4f4;
}

.article_fr_title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    color: #004f9f;
}

.article_fr_div2_ul li.active,
.article_fr_div2_ul1 li.active,
.yunpingtai_swiper .swiper-slide.active {
    /* border-bottom: 3px solid #eb8137; */
    background-color: #004f9f;
    color: #fff;
}

.article_fr_div2_img>div {
    margin: 50px auto;
    width: 80%;
    display: none;
}

.article_fr_div2_img>div.selected {
    display: block;
    font-size: 1.6rem;
    line-height: 48px;
}

.article_fr_div2_img {
    margin-top: 50px;
}

#nav_keleyi_com {
    position: absolute;
    width: 100%;
    top: -80px;
}

.article_fr_div2_img>div.selected span {
    font-weight: bold;
}

.article_fr_div2_img tr td {
    text-align: center;
}

.article_fr_new_time {
    font-size: 1.6rem;
    line-height: 30px;
    color: #bfbfbf;
}

.article_fr_new_title {
    font-size: 1.8rem;
    line-height: 30px;
    color: #181818;
    margin: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
}

.article_fr_new_con {
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article_fr_new_a {
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 10px;
}

.article_fr_new_a a,
.article_fr_new_a i {
    color: #004f9f;
}

.article_fr_div3 .row {
    margin-top: 50px;
}

.article_fr_div3 .row .col-md-6 {
    padding: 0 30px;
    margin-bottom: 50px;
}


/* 产品列表页 */

.list_pro,
.list_anli {
    margin: 30px 0 40px;
}

.list_pro .col-md-4 {
    margin-bottom: 30px;
}

.list_pro .col-md-4:hover .list_pro_list {
    border: solid 1px #004f9f;
}

.list_pro .col-md-4:hover .list_pro_name {
    color: #004f9f;
}

.list_pro_list {
    border: solid 1px #e5e5e5;
}

.list_pro_name {
    line-height: 64px;
    height: 64px;
    border-top: solid 1px #e5e5e5;
    font-size: 2rem;
    color: #181818;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}


/* 工程案例列表页面 */

.list_anli .row {
    margin: 40px;
    padding: 20px 0px;
    border: solid 1px #dcdcdc;
    margin: 0 0 40px;
}

.list_anli_title {
    font-size: 2rem;
    line-height: 30px;
    color: #181818;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
}

.list_anli_con {
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    margin: 20px 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list_anli .more {
    margin-top: 0;
}

.list_anli .row:hover {
    border: solid 1px #004f9f;
}


/* 联系我们 */

.lianxi {
    margin: 68px 0 68px 0;
}

.lianxi>.fl {
    width: 40%;
    padding-right: 83px;
}

.lianxi>.fr {
    width: 60%;
}

.lianxi_title {
    font-size: 3rem;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #000000;
}

.lianxi_title span {
    position: relative;
}

.lianxi_title span::before {
    content: "";
    display: block;
    width: 55%;
    height: 3px;
    background-color: #e67b1a;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.lianxi_con {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 0.9px;
    color: #000000;
    padding: 50px 0;
}

.lianxi_ul_name {
    font-size: 1.4rem;
    line-height: 24px;
    color: #666666;
}

.lianxi_ul_number {
    font-size: 1.6rem;
    color: #181818;
}

.lianxi_ul .fl span {
    font-size: 3.2rem;
    color: #004f9f;
    margin-right: 15px;
}

.lianxi_ul li {
    padding: 29px 0 23px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.lianxi .lianxi_fl {
    width: 33%;
}

.lianxi .lianxi_fr1 {
    width: 60.5%;
}

.lianxi_fr {
    margin-top: 40px;
}

.lianxi_fr_ul li {
    width: 50%;
    line-height: 58px;
    float: left;
    margin-bottom: 10px;
}

.lianxi_fr_ul li input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d9d8d8;
    padding-left: 29px;
    font-size: 1.6rem;
    color: #a4a4a4;
}

.lianxi_fr_ul li:nth-child(odd) input {
    width: 98%;
}

.textatea_inp {
    background-color: #fff;
    width: 100% !important;
}

.textatea_inp textarea {
    width: 100% !important;
    height: 280px;
    background-color: #fff;
    border: 1px solid #d9d8d8;
    padding: 20px 29px;
    font-size: 1.6rem;
    line-height: 30px !important;
    color: #a4a4a4;
}

.submit_inp {
    width: 100% !important;
}

.submit_inp input {
    width: 158px !important;
    height: 52px !important;
    padding-left: 0 !important;
    background-color: #004f9f !important;
    color: #fff !important;
    font-size: 1.6rem;
    color: #ffffff;
    border: solid 1px #004f9f !important;
    margin: 15px auto 0;
    display: table;
}

.submit_inp input:hover {
    color: #004f9f !important;
    border: 1px solid #004f9f;
    box-shadow: inset 0 0 0 3rem #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.ditu {
    margin-top: 60px;
}


/* 公司荣誉页面 */

.list_honor {
    margin: 20px 0 0;
}

.list_honor_ul li {
    height: 59px;
    background-color: #f4f4f4;
    line-height: 59px;
    float: left;
    width: 33.3%;
    text-align: center;
}

.list_honor_ul li.active a {
    position: relative;
}

.list_honor_ul li.active a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #eb8137;
    width: 100%;
}

.list_honor_ul li a {
    font-size: 2.0rem;
    letter-spacing: 1px;
    color: #181818;
    width: 60%;
    margin: 0 auto;
    display: block;
}

.list_honor_name {
    height: 53px;
    background-color: #f0f0f0;
    line-height: 53px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #181818;
}

.list_honor_img {
    border-top: 12px solid #fff;
    border-left: 17px solid #fff;
    border-right: 17px solid #fff;
    border-bottom: 10px solid #fff;
}

.list_honor_list {
    border-radius: 2px;
    border: solid 1px #eeeeee;
}

.list_honor .list_honor_row {
    margin: 50px 0 60px 0;
}

.list_honor .list_honor_row .col-md-3 {
    margin-bottom: 40px;
}

.list_honor .list_honor_row .col-md-3:hover .list_honor_list {
    border: solid 1px #004f9f;
}

.list_honor .list_honor_row .col-md-3:hover .list_honor_name {
    background-color: #004f9f;
    color: #fff;
}


/* 关于我们也米娜 */

.list_about {
    margin-top: 87px;
}

.list_about_row {
    background-color: #ffffff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
    margin: 50px 0 70px 0;
    padding: 40px 0 50px 0;
}

.list_about_ul li {
    float: left;
    width: 33.3%;
    border-left: 1px solid rgba(0, 0, 0, .06);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    text-align: center;
}

.list_about_ul li:nth-child(1),
.list_about_ul li:nth-child(4) {
    border-left: none;
}

.list_about_ul li:nth-child(4),
.list_about_ul li:nth-child(5),
.list_about_ul li:nth-child(6) {
    border-bottom: none;
    margin-bottom: 50px;
    padding: 0;
    padding: 50px 0 0 0;
}

.list_about_ul li:nth-child(1),
.list_about_ul li:nth-child(2),
.list_about_ul li:nth-child(3) {
    margin-top: 50px;
    padding-bottom: 50px;
}

.list_about_ul li .iconfont {
    font-size: 5rem;
    font-weight: bold;
}

.list_about_name {
    font-size: 1.4rem;
    line-height: 36px;
    color: #181818;
}

.list_about_number {
    font-size: 1.8rem;
    color: #181818;
}

.list_about_number .counter {
    font-size: 3rem;
    font-weight: bold;
    color: #172e7a;
}

.list_about_div2 {
    background: url(../img/22.jpg);
    background-size: 100% 100%;
    padding: 75px 0 90px 0;
}

.list_about_div2_title {
    font-size: 3.2rem;
    line-height: 40px;
    color: #ffffff;
}

.list_about_div2_con {
    font-size: 1.4rem;
    line-height: 24px;
    color: #ffffff;
    margin-top: 50px;
}

.list_about_div2_con p {
    margin-top: 15px;
}

.list_about_div2 {
    margin-bottom: 45px;
}

.pcshow {
    display: block;
}

.pchide {
    display: none;
}

.article_pro1 .article_fr {
    width: 100%;
}

.article_pro11 .over img {
    height: 270px;
}

.rightfix .online-contact-btn div {
    color: #fff;
}

.mobile-foot {
    display: none;
}

.right_div {
    color: #000 !important;
}

.article_pro11 .list_pro_name {
    text-transform: uppercase
}

@media (max-width:1800px) {
    .banner_text .banner_text_div1 {
        font-size: 7.5rem;
    }
}

@media (max-width:1700px) {
    .banner_text .banner_text_div1 {
        font-size: 7.2rem;
    }

    .banner_text .banner_text_div2 a {
        margin-right: 8px;
    }

    .search_con input {
        height: 70px;
    }

    .search_con .iconfont {
        position: absolute;
        top: 13px;
        right: 64px;
    }

    .search {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width:1600px) {
    .banner_text .banner_text_div1 {
        font-size: 6.5rem;
    }

    .banner_text .banner_text_div2 a {
        margin-right: 8px;
    }

    .banner_text .banner_text_div2 {
        position: relative;
        left: -57px;
    }

    .zoujin_anker_m50 {
        padding-top: 40px;
    }

    .a {
        width: 65% !important;
        left: 27%;
    }

    .jiejue_div1 {
        right: 18%;
    }

    .jiejue_div2 {
        right: 24%;
    }

    .jiejue_div3 {
        right: 42.5%;
    }

    .jiejue_div4 {
        left: 25%;
    }

    .jiejue_div5 {
        left: 18.5%;
    }
}

@media (max-width:1500px) {
    .header_1_ul li {
        padding-right: 20px;
    }

    .header_1_ul li a img,
    .header_1_fr_ul.header_1_ul li a span:nth-child(1) {
        margin-right: 8px;
    }

    .pc_logo img {
        width: 85%;
    }

    .neiye_text_div1 {
        line-height: 65px;
        height: 65px;
    }

    .neiye_text_div1 span {
        font-size: 3rem;
    }

    .neiye_text_div2 {
        font-size: 3rem;
        margin-top: 10px;
        letter-spacing: 6px;
    }

    .neiye_sousuo {
        line-height: 65px;
        height: 65px;
    }

    .neiye_search {
        line-height: 65px;
    }

    .list_honor_ul li {
        height: 50px;
        line-height: 50px;
    }

    .title {
        font-size: 3.2rem;
    }

    .list_about {
        margin-top: 40px;
    }

    .list_about_ul li:nth-child(1),
    .list_about_ul li:nth-child(2),
    .list_about_ul li:nth-child(3) {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .list_about_ul li:nth-child(4),
    .list_about_ul li:nth-child(5),
    .list_about_ul li:nth-child(6) {
        margin-bottom: 30px;
        padding: 30px 0 0 0;
    }

    .list_about_ul li .iconfont {
        font-size: 4.2rem;
    }

    .list_honor .list_honor_row {
        margin: 40px 0 60px 0;
    }

    .article_pro {
        margin: 30px 0 60px;
    }

    .anli_con {
        padding-top: 40px;
    }

    .article_pro_jiantou .swiper-button-next,
    .article_pro_jiantou .swiper-button-prev {
        margin-top: -28px;
        height: 70px;
    }

    .article_fr_div2_ul li,
    .article_fr_div2_ul1 li {
        line-height: 50px;
    }

    .article_fr_div2_img div {
        margin: 30px auto;
    }

    .article_fr_div3 .row {
        margin-top: 40px;
    }

    .article_pro {
        margin: 30px 0 20px;
    }

    .banner_text .banner_text_div2 {
        margin-top: 5px;
    }

    .index_pro {
        margin: 40px 0 60px 0;
    }

    .index_pro_list {
        margin-top: 35px;
    }

    .jiejue_con .index_title {
        padding: 40px 0 80px;
    }

    .jiejue_dibu {
        bottom: 33px;
    }

    .baozhang {
        padding: 30px 0 35px 0;
    }

    .zoujin_anker_m50 {
        padding-top: 40px;
    }

    .zouijn_fl_con {
        padding-top: 25px;
    }

    .gongcheng {
        padding: 40px 0 38px;
    }

    .index_news {
        padding: 40px 0 40px 0;
    }

    .index_news_bottom .col-md-6:nth-child(2) .index_news_list {
        margin-bottom: 18px;
    }

    .jiejue_div1 {
        right: 17%;
    }

    .jiejue_div2 {
        bottom: 47%;
        right: 24%;
    }

    .jiejue_div4 {
        left: 26%;
    }

    .jiejue_div {
        width: 216px;
    }

    .jiejue_div_con {
        width: 200px;
    }

    .jiejue_div_title {
        font-size: 2rem;
    }

    .jiejue_div3 {
        right: 41%;
    }

    .index_news_bottom .col-md-6:nth-child(2) .index_news_list {
        padding: 27px 40px 27px 30px;
    }
}

@media (max-width:1366px) {
    html {
        font-size: 9px;
    }

    .article_fr_div2 {
        margin-top: 70px;
    }

    .banner_text .banner_text_div1 {
        line-height: 82px;
        font-size: 6rem;
    }

    .search_con input {
        height: 60px;
        padding-left: 20px;
    }

    .search_con .iconfont {
        top: 10px;
        right: 30px;
        font-size: 26px;
    }

    .jiejue_div2 {
        bottom: 45%;
        right: 22%;
    }

    .jiejue_div3 {
        top: 31%;
    }

    .jiejue_div4 {
        top: 44%;
        left: 25%;
    }
}

@media (max-width:1280px) {
    .banner_text .banner_text_div1 {
        line-height: 67px;
    }
}

@media (max-width:1200px) {
    .banner_text .banner_text_div1 {
        font-size: 5.5rem;
    }

    .banner_text .banner_text_div2 {
        display: none;
    }

    .header_1_ul li {
        padding-right: 10px;
    }

    .header_1_ul li a img,
    .header_1_fr_ul.header_1_ul li a span:nth-child(1) {
        margin-right: 5px;
    }

    .ver_align1 div {
        padding-left: 15px;
    }

    .ver_align2 div {
        font-size: 2.4rem;
    }

    .erweima {
        margin-left: 30px;
    }

    .header_3_ul li a {
        padding: 0px 30px;
    }

    .list_about_row {
        margin: 40px 0 40px 0;
    }

    .list_about_ul li:nth-child(4),
    .list_about_ul li:nth-child(5),
    .list_about_ul li:nth-child(6) {
        margin-bottom: 0px;
        padding: 15px 0 0 0;
    }

    .list_about_ul li:nth-child(1),
    .list_about_ul li:nth-child(2),
    .list_about_ul li:nth-child(3) {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .list_about_ul li .iconfont {
        font-size: 3.6rem;
    }

    .list_about_div2_con {
        margin-top: 30px;
    }

    .list_about_div2 {
        background-size: cover;
        padding: 40px 0;
    }

    .neiye_text_div1 {
        line-height: 50px;
        height: 50px;
        padding: 0 85px;
    }

    .neiye_text_div1 span {
        font-size: 2.6rem;
    }

    .neiye_text_div2 {
        font-size: 2.4rem;
        line-height: 38px;
    }

    .article_fr {
        width: 73%;
    }

    .article_fl {
        width: 23%;
    }

    .list_pro,
    .list_anli {
        margin: 20px 0 30px;
    }

    .list_anli_con {
        margin: 8px 0;
        -webkit-line-clamp: 1;
        line-height: 20px;
    }

    .more {
        width: 100px;
        height: 34px;
        line-height: 30px;
    }

    .list_anli_title {
        font-size: 1.8rem;
    }

    .list_anli .more {
        margin-top: 10px;
    }

    .list_anli .row {
        margin: 0 0 30px;
    }

    .anli_title {
        font-size: 2.6rem;
        line-height: 30px;
    }

    .anli_time {
        padding: 15px 0 20px;
    }

    .anli_con {
        padding-top: 30px;
    }

    .anli_zhaiyao_con {
        line-height: 50px;
    }

    .anli_con_img {
        margin: 15px 0;
    }

    .anli_tuijian {
        padding: 20px 30px;
        margin: 20px 0 30px 0;
    }

    .anli_tuijian_ul li {
        line-height: 40px;
    }

    .anli_tuijian_title {
        font-size: 2.4rem;
        line-height: 38px;
    }

    .article_anli {
        padding: 40px 0 40px;
    }

    .article_pro_lunbo_bottom .gallery-thumbs {
        margin: 15px auto 0;
        width: 80%;
    }

    .article_pro_jiantou .swiper-button-next,
    .article_pro_jiantou .swiper-button-prev {
        margin-top: -19px;
        height: 52px;
    }

    .article_pro_jiantou .swiper-button-next,
    .article_pro_jiantou .swiper-button-prev {
        width: 22px;
    }

    .article_pro_con div {
        margin-top: 8px;
    }

    .more {
        margin-top: 25px;
    }

    .article_fr_div2_ul li,
    .article_fr_div2_ul1 li,
    .yunpingtai_swiper .swiper-slide .ta {
        font-size: 1.8rem;
    }

    .title {
        font-size: 3rem;
        line-height: 35px;
    }

    .article_fr_div3 .row {
        margin-top: 30px;
    }

    .article_fr_div3 .row .col-md-6 {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 30px;
    }

    .jiejue_con .index_title {
        padding: 50px 0 80px;
    }

    .jiejue_dibu_right_ul li {
        margin-left: 20px;
    }

    .baozhang_lianxi .fr div {
        font-size: 3rem;
    }

    .baozhang_lianxi_a .more {
        margin-top: 60px;
    }

    .zouijn_fl_con {
        padding-top: 5px;
        line-height: 30px;
        font-size: 1.5rem;
    }

    .zoujin_anker_m50 {
        padding-top: 50px;
    }

    .gongcheng_con {
        margin-top: 30px;
    }

    .zoujin {
        margin-top: 30px;
    }

    .index_news_list {
        padding: 18px 20px 23px 20px;
    }

    .index_news_list .fr {
        padding-left: 25px;
    }

    .index_news_bottom .col-md-6:nth-child(2) .index_news_list {
        margin-bottom: 7px;
    }

    .weibu {
        padding: 55px 0 0;
    }

    .index_pro_li_text .index_pro_li_text_div1 {
        font-size: 2.6rem;
        line-height: 27px;
    }

    .index_pro_li_text {
        top: 20px;
        left: 36px;
    }

    .baozhang_fl_div2 {
        font-size: 2.6rem;
        line-height: 24px;
    }

    .baozhang_fl_div2::before {
        width: 72%;
    }

    .jiejue_div_con {
        width: 170px;
    }

    .jiejue_div1 {
        bottom: 20%;
        right: 15%;
    }

    .jiejue_div2 {
        bottom: 43%;
        right: 19%;
    }

    .jiejue_div3 {
        right: 38%;
    }

    .jiejue_div5 {
        bottom: 20%;
    }

    .article_pro11 .over img {
        height: 179px;
    }
}

@media (max-width:990px) {
    body {
        padding-top: 75px !important;
    }

    .rightfix {
        display: none;
    }

    .pcnav {
        display: none;
    }

    .phonenav {
        display: block;
    }

    .header_search {
        margin-right: 15px;
    }

    .header_search .iconfont {
        font-size: 26px;
    }

    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .phonenav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
        background: #fff !important;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
        z-index: 999;
        line-height: 75px;
        height: 75px;
        border-bottom: 1px solid #eceaea;
    }

    .searchbox {
        top: 75px !important;
    }

    .neiye_sousuo {
        display: none;
    }

    .neiye_text_div2 {
        display: none;
    }

    .weibu_div2 {
        display: none;
    }

    .weibu_div3 {
        width: 50%;
        padding-left: 40px;
    }

    .weibu_div1 {
        width: 50%;
        padding-right: 15px;
        text-align: justify;
    }

    .weibi_div3_ul {
        line-height: 30px;
    }

    .weibi_div3_ul li {
        margin-bottom: 10px;
    }

    .weibu {
        padding: 40px 0 0px;
    }

    .list_about_row {
        margin: 30px 0;
    }

    .list_about {
        margin-top: 30px;
    }

    .title {
        font-size: 2.8rem;
        line-height: 36px;
    }

    .subtitle {
        font-size: 1.4rem;
    }

    .list_honor_ul li a {
        font-size: 1.8rem;
    }

    .list_about_row {
        padding: 30px 0;
    }

    .list_about_row .col-md-6:nth-child(2) {
        margin-top: 30px;
    }

    .list_about_div2_title {
        font-size: 2.8rem;
        line-height: 34px;
    }

    .list_about_div2 {
        padding: 30px 0;
    }

    .header_1,
    .header_2,
    .header_3 {
        display: none;
    }

    .phone_logo img {
        width: 60%;
    }

    .list_honor .list_honor_row {
        margin: 30px 0 40px 0;
    }

    .list_honor .list_honor_row .col-md-3 {
        margin-bottom: 20px;
    }

    .ditu {
        margin-top: 30px;
    }

    .list_anli .row {
        margin: 0 0 20px;
    }

    .article_fr {
        width: 68%;
    }

    .article_fl {
        width: 28%;
    }

    .article_pro_fl_ul>li,
    .article_pro_fl_ul .article_pro_fl_ul_li a,
    .article_pro_fl_ul .article_pro_fl_ul_li.active>a {
        line-height: 40px;
        padding-left: 20px;
    }

    .article_pro {
        margin: 30px 0 30px;
    }

    .list_pro .col-md-4 {
        margin-bottom: 15px;
        padding: 0 7px;
    }

    .list_pro .col-md-4:nth-child(odd) {
        padding-left: 0;
    }

    .list_pro .col-md-4:nth-child(even) {
        padding-right: 0;
    }

    .list_pro_name {
        line-height: 50px;
        height: 50px;
    }

    .article_pro_fl_con {
        padding: 15px;
    }

    .article_anli {
        padding: 30px 0;
    }

    .anli_time {
        padding: 10px 0 15px;
    }

    .anli_con {
        padding-top: 15px;
    }

    .anli_tuijian {
        padding: 15px 20px;
        margin: 20px 0 20px 0;
    }

    .anli_tuijian_title {
        font-size: 2rem;
    }

    .anli_tuijian_ul li {
        font-size: 1.6rem;
        line-height: 30px;
    }

    .article_pro_lunbo_bottom .gallery-thumbs {
        width: 87%;
    }

    .article_pro_jiantou .swiper-button-next,
    .article_pro_jiantou .swiper-button-prev {
        margin-top: -40px;
        height: 87px;
        width: 27px;
    }

    .article_pro_fr_con {
        margin-top: 20px;
    }

    .article_pro_con,
    .article_ferx span {
        padding-top: 15px;
    }

    .article_fr_div2 {
        margin-top: 30px;
    }

    .article_fr_div2_ul li,
    .article_fr_div2_ul1 li,
    .yunpingtai_swiper .swiper-slide {
        line-height: 40px;
    }

    .yunpingtai_swiper .swiper-wrapper {
        padding: 0 10px;
    }

    .article_fr_div2_img div {
        width: 100%;
        margin: 15px auto;
    }

    .article_fr_div3 {
        margin-top: 30px;
    }

    .article_fr_div3 .row {
        margin-top: 15px;
    }

    .article_fr_div3 .row .col-md-6 {
        padding: 0px;
        margin-bottom: 15px;
    }

    .article_fr_new_a {
        margin-top: 0;
    }

    .search_con input {
        height: 46px;
    }

    .search_con .iconfont {
        top: 4px;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 20px;
    }

    .banner_swiper .swiper-pagination-bullet {
        width: 18px;
        height: 5px;
    }

    .banner_swiper .swiper-pagination-bullet-active {
        width: 34px;
    }

    .index_pro_fr_ul li:nth-child(1) {
        width: 57%;
    }

    .index_pro_list {
        margin-top: 20px;
    }

    .index_pro {
        margin: 30px 0 30px 0;
    }

    .index_pro_fr_ul li:nth-child(2) {
        width: 40.2%;
    }

    .index_pro_fr_ul li:nth-child(1) {
        width: 56.5%;
    }

    .index_pro_li_text {
        top: 10px;
        left: 20px;
    }

    .index_pro_li_text .index_pro_li_text_div1 {
        font-size: 2.2rem;
        line-height: 22px;
    }

    .index_pro_fr_ul li:nth-child(4) {
        width: 56.5%;
    }

    .jiejue_con .index_title {
        padding: 35px 0 80px;
    }

    .jiejue_dibu {
        bottom: 20px;
    }

    .jiejue_dibu_left_con div:nth-child(1) {
        font-size: 1.6rem;
        line-height: 28px;
    }

    .jiejue_dibu_left_con div:nth-child(2) {
        font-size: 1.4rem;
    }

    .jiejue_dibu_right_ul li .iconfont {
        font-size: 25px;
    }

    .jiejue_dibu_right_ul li div {
        font-size: 1.4rem;
    }

    .jiejue_dibu_right_ul li {
        margin-left: 12px;
    }

    .baozhang {
        background-size: cover;
    }

    .baozhang_fl_div2 {
        font-size: 2.2rem;
    }

    .baozhang_fl_div2::before {
        width: 77%;
        height: 12px;
    }

    .baozhang_fr_div3 {
        font-size: 1.6rem;
    }

    .baozhang_lianxi {
        margin: 13px 60px 0 0;
    }

    .baozhang_lianxi .fr div {
        font-size: 2.6rem;
    }

    .zoujin_anker_m50 {
        padding-top: 10px;
    }

    .gongcheng_swiper_con {
        font-size: 1.8rem;
    }

    .index_news_bottom .col-md-6:nth-child(1) {
        margin-bottom: 7px;
    }

    .index_news_list {
        padding: 18px 35px 23px 35px;
    }

    .mobile-foot {
        display: block;
        background: #365f93;
        padding: 8px 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .mobile-foot a {
        color: #fff;
        height: 35px;
        line-height: 33px;
        border: 1px solid #fff;
        border-radius: 4px;
        text-align: center;
        width: 22%;
        padding: 0 15px;
        font-size: 15px;
        margin: 0 5px;
        transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        padding: 0px;
    }

    .pull-right {
        float: right !important;
    }

    .pull-left {
        float: left !important;
    }

    .article_pro11 .over img {
        height: 223px;
    }
}

@media (max-width:767px) {
    .article_fr_div2_img {
        margin-top: 25px;
        padding-top: 45px;
    }

    .search {
        margin-top: 0px;
        display: none;
    }

    body {
        padding-top: 65px !important;
        padding-bottom: 51px !important;
    }

    .ac,
    .header_search {
        height: 65px;
    }

    .phonenav .side-menu-trigger .iconfont {
        font-size: 26px;
    }

    .header_search .iconfont {
        font-size: 20px;
    }

    .searchbox {
        top: 65px !important;
    }

    .phonenav {
        height: 65px;
        line-height: 65px;
    }

    .phone_logo img {
        width: 50%;
    }

    .searchs .sertext,
    .serbtn {
        height: 44px;
        line-height: 44px;
    }

    .weibu_div1 {
        display: none;
    }

    .weibu_div3 {
        width: 100%;
        padding-left: 0;
    }

    .weibu_title {
        font-size: 2rem;
    }

    .weibu {
        padding: 20px 0 0px;
    }

    .weibi_div3_ul {
        padding: 15px 0 0 0;
    }

    .weibu_ul,
    .weibi_div3_ul,
    .weibu_con {
        font-size: 1.4rem;
    }

    .weibi_div3_ul li {
        margin-bottom: 0px;
    }

    .weibu_top {
        padding-bottom: 10px;
    }

    .weibi_div3_ul li .iconfont {
        font-size: 2rem;
        margin-right: 10px;
    }

    .beian {
        line-height: 20px;
        padding: 10px 0;
        display: none;
    }

    .beian a {
        font-size: 1.3rem;
    }

    .neiye_erji {
        display: none;
    }

    .neiye_text_div1 {
        line-height: 30px;
        height: 30px;
        padding: 0 40px;
    }

    .neiye_text_div1 span {
        font-size: 1.8rem;
        padding: 0 8px;
    }

    .neiye_text_div1 span::before {
        width: 140%;
        left: -20%;
    }

    .list_honor_ul li a {
        width: 100%;
    }

    .list_honor_ul li a {
        font-size: 1.6rem;
    }

    .list_honor_ul li {
        height: 40px;
        line-height: 40px;
    }

    .title {
        font-size: 2.2rem;
        line-height: 30px;
    }

    .subtitle {
        font-size: 1.2rem;
        line-height: 18px;
        min-height: 36px;
    }

    .list_about {
        margin-top: 20px;
    }

    .list_about_row {
        margin: 15px 0;
    }

    .list_about_row {
        padding: 15px 0;
    }

    .list_about_ul li .iconfont {
        font-size: 3rem;
    }

    .list_about_name {
        line-height: 28px;
    }

    .list_about_number .counter {
        font-size: 2rem;
    }

    .list_about_ul li:nth-child(1),
    .list_about_ul li:nth-child(2),
    .list_about_ul li:nth-child(3) {
        margin-top: 0px;
    }

    .list_about_div2_title {
        font-size: 2.2rem;
        line-height: 26px;
    }

    .list_about_div2_con {
        margin-top: 15px;
    }

    .list_about_div2 {
        padding: 20px 0 10px;
    }

    .list_about_div2 {
        margin-bottom: 0px;
    }

    .list_honor .list_honor_row .col-md-3 {
        margin-bottom: 15px;
        padding: 0 7px;
    }

    .list_honor_img {
        border: 8px solid #fff;
    }

    .list_honor_name {
        height: 36px;
        line-height: 36px;
        font-size: 1.4rem
    }

    .list_honor .list_honor_row {
        margin: 20px 0 20px 0;
    }

    .lianxi .lianxi_fl,
    .lianxi .lianxi_fr {
        float: none;
        width: 100%;
    }

    .lianxi_fr_ul li {
        width: 100%;
    }

    .lianxi_fr_ul li:nth-child(odd) input {
        width: 100%;
    }

    .lianxi_fr_ul li input {
        padding-left: 15px;
    }

    .textatea_inp textarea {
        height: 170px;
        padding: 15px;
    }

    .submit_inp {
        width: 120px !important;
        height: 40px !important;
        margin: 0 auto;
        display: table;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .lianxi {
        margin: 15px 0 20px 0;
    }

    .lianxi_con {
        padding: 26px 0 10px 0;
    }

    .lianxi_ul li {
        padding: 10px 0 10px 0;
    }

    .lianxi .lianxi_fr {
        margin-top: 15px;
    }

    .lianxi_con {
        padding: 10px 0 10px 0;
    }

    .lianxi_fr_ul li {
        line-height: 40px;
    }

    .lianxi_ul li {
        padding: 10px 0;
    }

    .lianxi_fr_ul li input {
        font-size: 1.4rem;
    }

    .ditu {
        margin-top: 15px;
    }

    .lianxi_fr_ul li:last-child {
        line-height: 35px;
    }

    .lianxi_con {
        font-size: 1.4rem;
        line-height: 24px;
    }

    .list_anli .row {
        margin: 0 0 15px;
    }

    .article_pro {
        margin: 20px 0;
    }

    .article_fl,
    .article_fr {
        width: 100%;
    }

    .article_pro_fl_ul>li:last-child {
        display: none;
    }

    .article_pro_fl_con {
        font-size: 1.8rem;
        padding: 7px 0 7px 15px;
    }

    .article_pro .article_pro_title {
        display: none;
    }

    .list_pro_name {
        line-height: 38px;
        height: 38px;
        font-size: 1.6rem;
    }

    .list_pro .col-md-4:nth-child(odd) {
        padding-left: 0;
    }

    .list_pro .col-md-4:nth-child(even) {
        padding-right: 0;
    }

    .list_anli .row {
        padding: 15px 0;
    }

    .list_anli_title {
        margin-top: 5px;
    }

    .list_anli_con {
        margin: 0px 0;
    }

    .anli_title {
        font-size: 2.2rem;
    }

    .anli_time {
        padding: 8px 0 10px;
    }

    .anli_zhaiyao_con {
        line-height: 24px;
        padding: 5px;
    }

    .anli_con {
        padding-top: 10px;
    }

    .anli_tuijian {
        padding: 10px 15px;
        margin: 15px 0;
    }

    .article_anli {
        padding: 20px 0;
    }

    .article_pro_jiantou .swiper-button-next,
    .article_pro_jiantou .swiper-button-prev {
        margin-top: -25px;
        height: 60px;
        width: 22px;
    }

    .article_pro_lunbo_bottom .gallery-thumbs {
        width: 84%;
    }

    .article_fr_div1 {
        margin-top: 0px;
    }

    .article_fr_div3 {
        margin-top: 20px;
        padding: 0 15px;
    }

    .article_fr_new_title {
        line-height: 22px;
        margin: 0px 0;
    }

    .article_fr_new_con {
        font-size: 1.6rem;
        line-height: 22px;
        margin-top: 8px;
    }

    .banner_text .banner_text_div1 {
        font-size: 2rem;
        line-height: 30px;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 10px;
    }

    .banner_swiper .swiper-pagination-bullet {
        width: 18px;
        height: 3px;
    }

    .index_pro_li_text .index_pro_li_text_div1 {
        font-size: 1.8rem;
    }

    .index_pro_list {
        display: none;
    }

    .phone_index_pro_list {
        display: block;
    }

    .phone_index_pro_list .swiper-slide {
        border: 1px solid #eee;
    }

    .phone_index_pro_list .index_pro_li_text {
        position: static;
        text-align: center;
        padding: 10px 0 15px 0;
    }

    .phone_index_pro_list_swiper .swiper-wrapper {
        padding: 20px 0 40px 0;
    }

    .index_pro {
        margin: 20px 0 10px 0;
    }

    .jiejue_dibu {
        display: none;
    }

    .jiejue_con .index_title {
        padding: 20px 0 10px 0;
    }

    .jiejue_div_title {
        font-size: 1.8rem;
        line-height: 26px;
    }

    .jiejue_div {
        width: 100%;
    }

    .jiejue_div_con {
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
        width: 100%;
    }

    .baozhang_lianxi {
        display: none;
    }

    .zoujin .fl {
        display: none;
    }

    .zoujin .fr {
        width: 100%;
    }

    .zoujin_anker_m50 {
        width: 100%;
    }

    .zoujin_fl_con {
        position: static;
        padding: 0 15px;
    }

    .zoujin_fr_img {
        margin-bottom: 10px;
    }

    .zoujin_fl_con .more {
        margin-top: 15px;
    }

    .gongcheng_div2_left {
        width: 100%;
    }

    .gongcheng_div2_icon {
        padding: 5px 10px 5px 15px;
        margin-left: -15px;
    }

    .gongcheng_div2_left {
        padding: 20px 0 30px;
    }

    .gongcheng_div2_p60 {
        padding: 15px 15px 0;
    }

    .gongcheng_div2_con_con {
        margin-top: 0px;
    }

    .gongcheng_div2_swiper {
        margin: 30px auto 0;
    }

    .gongcheng_swiper_con {
        padding: 8px 0;
    }

    .gongcheng {
        padding: 20px 0 20px;
    }

    .index_news {
        padding: 20px 0;
    }

    .gongcheng_div2_icon span:nth-child(2) {
        font-size: 1.6rem;
    }

    .gongcheng_div2_icon span:nth-child(1) {
        font-size: 2rem;
        margin-right: 3px;
    }

    .m80 {
        width: 100%;
    }

    .index_news_list {
        padding: 15px 15px 15px 15px;
    }

    .index_news_list .fl {
        width: 20%;
    }

    .index_news_list .fr {
        width: 80%;
        padding-left: 15px;
    }

    .index_new_con,
    .index_news_list .fl div:nth-child(2) {
        margin-top: 4px;
    }

    .pcshow {
        display: none;
    }

    .pchide {
        display: block;
        height: 440px;
    }

    .jiejue_div_title {
        position: relative;
        padding-left: 15px;
    }

    .jiejue_div_title::before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 10px;
        height: 10px;
        background-color: #004f9f;
        transform: rotate(45deg);
        margin-top: -5px;
    }

    .jiejue_con {
        padding: 0 15px;
    }

    .baozhang {
        display: none;
    }

    .zoujin {
        margin-top: 15px;
    }

    .index_news .index_news_bottom {
        margin-top: 15px;
    }

    .article_fl {
        display: none;
    }

    .list_pro,
    .list_anli {
        margin: 0px 0 30px;
    }

    .lianxi .lianxi_fr1 {
        width: 100%;
    }

    .submit_inp input {
        width: 120px !important;
        height: 42px !important;
        margin-top: 0;
    }

    #dituContent {
        height: 300px !important;
    }

    .article_fr_div2_img>div.selected {
        line-height: 30px;
    }

    .jiejue_div {
        position: static;
    }

    .index_news_bottom .col-md-6:nth-child(2) .index_news_list,
    .index_news_bottom .col-md-6:nth-child(1) .index_news_list {
        padding: 15px;
    }
    .index_news_bottom .col-md-6:nth-child(1) .index_news_list {
        margin-bottom: 7px;
    }
}

@media (max-width:480px) {
    .search_con input {
        height: 30px;
        padding-left: 10px;
        font-size: 1rem;
    }

    .search_con .iconfont {
        top: 3px;
        right: 10px;
        font-size: 18px;
    }

    .search {
        margin-top: 0px;
        display: none;
    }

    .list_pro_chakan a {
        width: 64px;
        height: 27px;
        line-height: 27px;
        font-size: 12px;
    }

    .list_pro_chakan a:nth-child(1) {
        margin-right: 10px;
    }

    .a {
        width: 92% !important;
        left: 4%;
    }

    .a {
        top: 65px !important;
    }

    #nav_keleyi_com {
        top: 0;
    }

    .article_pro11 .over img {
        height: 104px;
    }
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin: 30px auto;
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin: 0 6px 6px 0;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page li:hover {
    border: 1px solid #004f9f;
}

#page li:hover a {
    color: #004f9f;
}

#page li a {
    color: #666;
    display: inline-block;
    padding: 5px 14px;
    text-align: center;
    margin: -5px -14px -5px -14px;
}

#page li.thisclass {
    border: 1px solid #004f9f;
    background-color: #004f9f;
    color: #FFFFFF
}

#page li.thisclass a {
    color: #fff
}